PUT /CustomAttributes/{id}/

Update a custom attribute, as well as the associated token.
 

Request

Method Request URI
PUT /API/CustomAttributes/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the account to be updated.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: customAttributeInfoData
Type: Dundas.BI.WebApi.Models.CustomAttributeInfoData

Response

Response Body

A Dundas.BI.AccountServices.CustomAttributeInfo object, or a status code indicating the problem.